projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154aef4
)
(minor-mode-list): Add `hs-minor-mode'.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sat, 15 Nov 2003 00:56:16 +0000
(
00:56
+0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sat, 15 Nov 2003 00:56:16 +0000
(
00:56
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index e0fdc5c0b24c350d0083d6f67fa406a73a32e8ac..711f763be926c03507b399cd92f332651c29e6b5 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2224,7
+2224,8
@@
If SUFFIX is non-nil, add that at the end of the file name."
;; isearch-mode is deliberately excluded, since you should
;; not call it yourself.
(defvar minor-mode-list '(auto-save-mode auto-fill-mode abbrev-mode
- overwrite-mode view-mode)
+ overwrite-mode view-mode
+ hs-minor-mode)
"List of all minor mode functions.")
(defun add-minor-mode (toggle name &optional keymap after toggle-fun)